home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / m_bro_w.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  172 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("CLICK")
  3.   set the visible of sprite (the clickOn + 3) to 1
  4.   set the movieRate of sprite 9 to 0
  5.   updateStage()
  6.   waittimer(1)
  7.   go("MENU")
  8. end
  9.